home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_objc.idb / usr / freeware / include / cakit / cakit.h.z / cakit.h
Encoding:
C/C++ Source or Header  |  1999-07-16  |  535 b   |  33 lines

  1.  
  2. /*
  3.  * Computer Algebra Kit (c) 1993,98 by Comp.Alg.Objects.  All Rights Reserved.
  4.  * $Id: cakit.h,v 1.1.1.1 1999/03/22 21:48:43 stes Exp $
  5.  */
  6.  
  7. #ifndef __cakit__
  8. #define __cakit__
  9.  
  10. #define __cakit_revision__ "1.4.1"
  11.  
  12. #include "cobject.h"
  13.  
  14. #include "cseq.h"
  15. #include "ccltn.h"
  16.  
  17. #include "cfloat.h"
  18. #include "ccomplex.h"
  19. #include "integer.h"
  20. #include "fraction.h"
  21. #include "intmodp.h"
  22.  
  23. #include "matrix.h"
  24. #include "vector.h"
  25.  
  26. #include "term.h"
  27. #include "symbol.h"
  28. #include "monomial.h"
  29. #include "polynom.h"
  30.  
  31. #endif                /* __cakit__ */
  32.  
  33.